projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5b3b1
)
core: Remove an unused variable
author
Colin Walters
<walters@verbum.org>
Tue, 29 Nov 2011 01:45:27 +0000
(20:45 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 29 Nov 2011 01:45:27 +0000
(20:45 -0500)
src/ostree/ot-builtin-commit.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-commit.c
b/src/ostree/ot-builtin-commit.c
index f3955f1606384a9be2a445c17450dc207e76c7ec..73b9e6b297bd24dc1ac0f167d0bd6a1bc47fa337 100644
(file)
--- a/
src/ostree/ot-builtin-commit.c
+++ b/
src/ostree/ot-builtin-commit.c
@@
-55,7
+55,6
@@
ostree_builtin_commit (int argc, char **argv, const char *repo_path, GError **er
char *dirpath = NULL;
GFile *dir = NULL;
GChecksum *commit_checksum = NULL;
- char separator;
GVariant *metadata = NULL;
GMappedFile *metadata_mappedf = NULL;
GFile *metadata_f = NULL;